This is a template used to create a JUnit 4 test class for your Ktor application.
Predefined variables will take the following values:
${NAME}   name of the created class.
${CLASS_NAME}   name of the tested class.
${BODY}   generated class body.